home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr02 / sns35.zip / SNS.DOC < prev    next >
Text File  |  1995-01-31  |  16KB  |  343 lines

  1.                      _______
  2.                 ____|__     |               (R)
  3.              --|       |    |-------------------
  4.                |   ____|__  |  Association of
  5.                |  |       |_|  Shareware
  6.                |__|   o   |    Professionals
  7.              -----|   |   |---------------------
  8.                   |___|___|    MEMBER
  9.  
  10. ───────────────────────────────────────────────────────────────────────
  11.  
  12.                            SEARCH-N-STORE 3.5
  13.                        VERSION DATE : 01/05/1995
  14.                       (C) 1992-1994 Shawn Anderson
  15.                               PO Box 1481
  16.                           Milan IL 61264-1481
  17.                          CompuServe 73362,2377
  18.  
  19. ───────────────────────────────────────────────────────────────────────
  20.  
  21. OVERVIEW │
  22. ─────────┘
  23.      SEARCH-N-STORE is really much more than just a card file. It is a
  24.      network ready database with lots of search options and flexibility.
  25.      SEARCH-N-STORE was written in MicroSoft Visual Basic Pro for DOS.
  26.      The indexing and networking capabilities are from EllTech
  27.      Development's E-TREE Plus data management library.
  28.      If you are a BASIC programmer, EllTech has some great stuff!
  29.      You can contact EllTech at 800-553-1327.
  30.      The included files are :
  31.             SNS.EXE - The program file
  32.             SNS.DOC - This file
  33.           EUTIL.EXE - Database manipulation utility for created file SNS.DAT.
  34.                       EUTIL and its documentation are included with
  35.                       permission from EllTech Development.
  36.           EUTIL.DOC - Documentation for EUTIL.EXE
  37.          README.TXT - (optional) If present, contains information on the
  38.                       latest release of Search-N-Store that may not be in
  39.                       SNS.DOC or the printed manual (for registered versions).
  40.        RESISTER.TXT - A registration form for Search-N-Store.
  41.          34TO35.BAT - Upgrade batch file for v3.4 users
  42.  
  43. HOW IT WORKS │
  44. ─────────────┘
  45.      This manual makes general assumptions that the user has general
  46.      knowledge of DOS and its commands (copy/del/md/cd, etc).
  47.  
  48.      Using SEARCH-N-STORE is straight forward, but here are some points
  49.      to remember :
  50.  
  51.      *INSTALLATION : Either run the INSTALL program, or copy SNS.EXE to
  52.      a sub-directory on your hard drive, and type SNS.
  53.  
  54.      *DATA FILE PATH NAME : This is the DOS PATH of where the data file
  55.  
  56.                                     Page #1
  57.  
  58.      will be created and kept. If you are a single user, this can be
  59.      anywhere on your hard disk.
  60.  
  61.      *NETWORK USERS : There are a couple of ways to use SNS on a network. The
  62.      most straight forward way is to copy the programs files to the server's
  63.      hard disk, allowing each workstation to access the program file. When you
  64.      start SNS the first time, you will be prompted for a 'data path'. This is
  65.      the location that the data file for SNS will be created and maintained.
  66.      This path is kept in the file SNSDP.DAT. If everyone on your network is
  67.      running SNS from the server, the path name should be something like
  68.      "\data" (omitting a drive specification).  You would run SNS by first
  69.      logging on the network drive (F:, for example) and sub-directory for
  70.      F: (say, F:\SNS). Your DOS prompt would be F:\SNS. Then type SNS and
  71.      press enter.  You can also copy the SNS.EXE program file to EACH
  72.      workstation, most likely in a sub-directory (C:\SNS for example). When
  73.      you are prompted for the data file path name, give the entire path name,
  74.      including a drive specification, ie: F:\DATA. This can be a unique drive
  75.      name for each workstation (Drive F: on Bob's machine is Drive G: on
  76.      Sue's).  This will also allow you to keep different databases active, by
  77.      specifying different drive names; ie : F:\DATA for accounting database
  78.      H:\DATA for sales database.  Only valid paths will be accepted.
  79.  
  80.      *USING THE PROGRAM : SEARCH-N-STORE uses one data file (SNS.DAT) with
  81.      three indices. In other words, the data file is kept sorted four
  82.      different ways. They are by NAME, CITY, STATE, and NUL,
  83.      which is the raw order that the data was entered. Indexed data
  84.      files are very fast and befitting to large lists of information.
  85.      To move around the screen, you can TAB to the next field, SHIFT-TAB
  86.      to the previous field, or just click with the mouse. The MEMO field
  87.      is the large square on the upper right of the screen. It can hold
  88.      up to 512k of alpha-numeric data. It will scroll down if necessary.
  89.      To enter a new record, just type in the data fields. The only field
  90.      that HAS to be filled in is the NAME field. The command buttons are as
  91.      follows :
  92.  
  93.           SAVE : Saves a new record, or updates changes made to an old
  94.                  record.
  95.           NEXT : (RIGHT ARROW) Moves to the next record in the data base,
  96.                  sorted by the current index. A record must already be showing
  97.                  before you can use this button.
  98.           PREVIOUS : (LEFT ARROW) Moves to the previous record in the data
  99.                  base, sorted by the current index. A record must already be
  100.                  showing before you can use this button.
  101.           PRINT : Gives you sort and print range options, allowing you to
  102.                   print as much or as little as you want.
  103.           SEARCH : Search allows for different sort & search options.
  104.                  Pick the type of sort from the list at the left (Name
  105.                  city, or state). Then, either choose BEGINNING
  106.                  for the first record in the current sort order, END
  107.                  for the last record in the current sort order, or type
  108.                  in search criterion and choose go.  For instance, to
  109.                  find the first city that starts with S, choose the
  110.                  CITY index and type S in the input field, then press
  111.                  go. You will get the first city starting with S. You
  112.  
  113.                                     Page #2
  114.  
  115.                  may put as criteria much in the search field as you
  116.                  wish. If you pick the STRING SEARCH, SEARCH-N-STORE will
  117.                  compile a list that matches your criteria, and then you may
  118.                  choose from that list. String Search looks at the memo field.
  119.                  pick STRING SEARCH and type FAX in the input field,
  120.                  you will get a listing of all the records that have
  121.                  the word FAX in the memo field. It also works with
  122.                  parts of words. For instance, the search key word AR
  123.                  would get you CAR, BAR, ARK, TELE MARKETING, or
  124.                  anything else with AR in it. STRING SEARCH is case
  125.                  sensitive, the others are not. The KEY FIELD is a user-
  126.                  defined index. Use it the same way you would search a CITY or
  127.                  STATE field, for example. The KEY FIELD can be any category
  128.                  that you wish. For an illustration, imagine you are in the
  129.                  trucking business. You want to distinguish your customers by
  130.                  the type of trailers they have. You could enter HOPPER, VAN,
  131.                  FLAT BED, or REFRIGERATED in the KEY FIELD. Now, search the
  132.                  key field by VAN. All of your VAN customers are now in sorted
  133.                  order, first sorted by VAN and then by name. Keep an eye
  134.                  on the bottom right of the screen. This will tell you the
  135.                  number of records in the database, and how they are currently
  136.                  sorted.
  137.           LIST : Compiles an alphabetic list of all the records in
  138.                  the database by the NAME field. You then may choose
  139.                  from this list. If you are on A and the name you are
  140.                  looking for starts with F then you can press the F key
  141.                  and you will immediately go to the first name of the
  142.                  list that starts with F.
  143.           CLEAR : The CLEAR button clears out all the current
  144.                  information displayed, but does not delete any
  145.                  information.
  146.           DELETE : The DELETE button deletes the currently displayed
  147.                  record for the data file.
  148.           EXIT : Exits the program.
  149.           PATH NAME : Used to specify the DOS PATH that SEARCH-N-STORE uses to
  150.                  find the data file. You must exit SEARCH-N-STORE and re-start
  151.                  for this to take effect.
  152.           DIAL : This option will dial the telephone number listed in the
  153.                  TELEPHONE field. Any non-numeric information in this field
  154.                  will be ignored by Search-N-Store, except for the comma,
  155.                  which is interpreted as a pause.
  156.  
  157.           QUICK SEARCH : For a quick name search, just type in one or more
  158.           letters in the record NAME field, followed by an '*', and press TAB
  159.           or click on another field. This will bring up the first closest
  160.           match. For example, SHA* + tab could be used to find a record
  161.           closest to SHAWN ANDERSON SoftWare!
  162.  
  163.      HINTS : A disk-cache will greatly improve the speed performance of
  164.      SEARCH-N-STORE. Also, a mouse is highly recommended.
  165.  
  166.      If erroneous error or unexplained record locks show up, please use
  167.      EUTIL to rebuild the database (see EUTIL.DOC). Power surges or dips,
  168.      network problems, or other anomalies can corrupt a database. Also
  169.  
  170.                                     Page #3
  171.  
  172.      remember, on a network, only one person can access a single record at a
  173.      time. When you bring up a record, it 'locks' all other users from
  174.      updating or deleting that record. When you save, clear, delete, move to
  175.      another record, or exit the program, the record is 'unlocked' and
  176.      anyone else can access it.
  177.  
  178. PROGRAM REGISTRATION │
  179. ─────────────────────┘
  180.      This program is being distributed as shareware.  Shareware is
  181.      described below. The registration fee is $50.00 (U.S.).  By
  182.      becoming a registered user, you will get :
  183.  
  184.      1) Free upgrades and tech support for 6 months
  185.         Tech support through mail, phone or CompuServe E-Mail.
  186.      2) A printed manual
  187.  
  188.      The registered version is identical to the distributed version.
  189.  
  190.      You may register on line via CompuServe (GO SWREG)!!.
  191.  
  192. DEFINITION OF SHAREWARE  │
  193. ─────────────────────────┘
  194.      Shareware distribution gives users a chance to try software
  195.      before buying it. If you try a Shareware program and continue
  196.      using it, you are expected to register. Individual programs
  197.      differ on details -- some request registration while others
  198.      require it, some specify a maximum trial period. With
  199.      registration, you get anything from the simple right to continue
  200.      using the software to an updated program with printed manual.
  201.  
  202.      Copyright laws apply to both Shareware and commercial software,
  203.      and the copyright holder retains all rights, with a few specific
  204.      exceptions as stated below. Shareware authors are accomplished
  205.      programmers, just like commercial authors, and the programs are
  206.      of comparable quality. (In both cases, there are good programs
  207.      and bad ones!) The main difference is in the method of
  208.      distribution. The author specifically grants the right to copy
  209.      and distribute the software, either to all and sundry or to a
  210.      specific group. For example, some authors require written
  211.      permission before a commercial disk vendor may copy their
  212.      Shareware.
  213.  
  214.      Shareware is a distribution method, not a type of software.  You
  215.      should find software that suits your needs and pocketbook,
  216.      whether it's commercial or Shareware. The Shareware system makes
  217.      fitting your needs easier, because you can try before you buy.
  218.      And because the overhead is low, prices are low also.  Shareware
  219.      has the ultimate money-back guarantee -- if you don't use the
  220.      product, you don't pay for it.
  221.  
  222.  
  223.      DISCLAIMER - AGREEMENT
  224.  
  225.      Users of SEARCH-N-STORE must accept this disclaimer of warranty:
  226.  
  227.                                     Page #4
  228.  
  229.      "SEARCH-N-STORE is supplied as is.  The author disclaims all
  230.      warranties, expressed or implied, including, without limitation,
  231.      the warranties of merchantability and of fitness for any purpose.
  232.      The author assumes no liability for damages, direct or consequential,
  233.      which may result from the use of SEARCH-N-STORE."
  234.  
  235.      SEARCH-N-STORE is a "shareware program" and is provided at no charge
  236.      to the user for evaluation.  Feel free to share it with your
  237.      friends, but please do not give it away altered or as part of
  238.      another system.  The essence of "user-supported" software is to
  239.      provide personal computer users with quality software without
  240.      high prices, and yet to provide incentive for programmers to
  241.      continue to develop new products.  If you find this program
  242.      useful and find that you are using SEARCH-N-STORE and continue to use
  243.  
  244.      SEARCH-N-STORE after a reasonable trial period, you must make a
  245.      registration payment of $50.00 to Shawn Anderson.  The $50.00
  246.      registration fee will license one copy for use on any one
  247.      computer at any one time.  You must treat this software just like
  248.      a book.  An example is that this software may be used by any
  249.      number of people and may be freely moved from one computer
  250.      location to another, so long as there is no possibility of it
  251.  
  252.      being used at one location while it's being used at another.
  253.      Just as a book cannot be read by two different persons at the
  254.      same time.
  255.  
  256.      Commercial users of SEARCH-N-STORE must register and pay for their
  257.      copies of SEARCH-N-STORE within 30 days of first use or their license
  258.      is withdrawn.  Site-License arrangements may be made by contacting Shawn
  259.      Anderson. Anyone distributing SEARCH-N-STORE for any kind of remuneration
  260.      must first contact Shawn Anderson at the address below for authorization.
  261.      This authorization will be automatically granted to distributors
  262.      recognized by the (ASP) as adhering to its guidelines for
  263.      shareware distributors, and such distributors may begin offering
  264.      SEARCH-N-STORE immediately (However Shawn Anderson must still be advised
  265.      so that the distributor can be kept up-to-date with the latest
  266.      version of SEARCH-N-STORE.).
  267.  
  268.      You are encouraged to pass a copy of SEARCH-N-STORE along to your
  269.      friends for evaluation.  Please encourage them to register their
  270.      copy if they find that they can use it.  All registered users
  271.      will receive a copy of the latest version of the SEARCH-N-STORE
  272.      system.
  273.  
  274.      Shawn Anderson is :
  275.  
  276.      Shawn Anderson
  277.      PO BOX 1481
  278.      MILAN  IL  61264-1481
  279.  
  280.      "This program is produced by a member of the Association of
  281.      Shareware Professionals (ASP). ASP wants to make sure that the
  282.      shareware principle works for you. If you are unable to resolve a
  283.  
  284.                                     Page #5
  285.  
  286.      shareware-related problem with an ASP member by contacting the
  287.      member directly, ASP may be able to help. The ASP Ombudsman can
  288.      help you resolve a dispute or problem with an ASP member, but does
  289.      not provide technical support for members' products.  Please write
  290.      to the ASP Ombudsman at 545 Grover Road, Muskegon, MI 49442-9427
  291.      USA, FAX 616-788-2765 or send a CompuServe message via CompuServe
  292.      Mail to ASP Ombudsman 70007,3536."
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.                                     Page #6
  342.  
  343.